home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d26 / avplan30.arc / INSTALL.BAT < prev    next >
DOS Batch File  |  1989-10-08  |  3KB  |  66 lines

  1. echo off
  2. CLS
  3. ECHO         --------------------------------------------------------
  4. ECHO           This installation routine will execute a program that       
  5. ECHO           enables you to select the disk drive and directory      
  6. ECHO           for the AVPLAN program and data files.  If you are    
  7. ECHO           using dual 360K floppy drives, then you must select   
  8. ECHO           one drive for your program disk and one drive for your     
  9. ECHO           data disk.  If your disk drive has a capacity of 720K  
  10. ECHO           or higher, then you can run both the program and data       
  11. ECHO           files from the same disk and directory.  This is also  
  12. ECHO           true for hard disk users.                                     
  13. ECHO         --------------------------------------------------------
  14. echo .
  15. pause
  16. cls
  17. AVINSTAL.EXE
  18. ECHO Off
  19. cls
  20. echo        ----------------------------------------------------------
  21. echo           If you wish to continue with this installation, your
  22. echo           program and data files will be copied to the drive and
  23. echo           directory that you have just specified.  
  24. echo .
  25. echo .
  26. echo           If your copy of AVPLAN is on dual floppies and you wish 
  27. echo           to copy the program and data files to a high capacity
  28. echo           (720K or higher) floppy, then you can do this utilizing
  29. echo           the copy command from your disk operating system. 
  30. echo           Refer to your DOS manual.  Copy all of the files from
  31. echo           the program and data disk to the high capacity floppy.
  32. echo .
  33. echo           eg. Copy A:*.* B:  (assuming B: is your high capacity)
  34. echo        ----------------------------------------------------------
  35. echo .
  36. echo        -  ONLY HARD DISK USERS SHOULD CONTINUE WITH THIS INSTALLATION
  37. echo        -  YOUR PROGRAM AND DATA FILES WILL BE COPIED TO YOUR HARD DISK
  38. echo .   
  39. echo        CTRL-C to end installation or any key to continue
  40. echo .
  41. pause 
  42. cls
  43. echo     Please verify that the program files for AVPLAN are in drive A:
  44. echo.
  45. pause
  46. echo off
  47. COPY AVPLAN.PRO AVPRO.BAK
  48. echo on
  49. COPY A:*.*
  50. echo off
  51. cls
  52. echo.
  53. echo     Please place your data disk in drive A:  
  54. echo.
  55. echo     Your data files will be copied to the Hard disk and the 
  56. echo     installation will be complete
  57. echo.
  58. pause
  59. COPY A:*.FIL
  60. echo off
  61. COPY AVPRO.BAK AVPLAN.PRO
  62. DEL AVPRO.BAK
  63. echo .
  64. echo .   Your program installation is complete.  Please store the
  65. echo .   original disk as a back up.
  66.